@charset "utf-8";
@font-face{
font-family:fontDin1;
src:url(../cssnew/DIN-MEDIUM_otf.txt),url(../cssnew/DIN-MEDIUM_woff.txt),url(../cssnew/DIN-MEDIUM_eot.txt),url(../cssnew/DIN-MEDIUM_woff2.txt),url(../cssnew/DIN-MEDIUM_ttf.txt)}
/*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#333333; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1300px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #333333; text-decoration: none; font-size:14px;}
a:hover{color: #d70d19;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑'; box-sizing:content-box;}
.w1400{ width:1400px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.top10{height:10px;}
.top20{height:20px;}
.top30{height:30px;}
.top40{height:40px;}
.top50{padding-top:50px;}
.top60{height:60px;}
.top70{height:70px;}
.top80{ height:80px;}
*,:after,:before{ box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.title{ text-align:center; font-size:40px; color:#333333;}
.title b i{ color:#d70d19;}
.title span{ display:block; font-size:18px; color:#888; margin:10px 0 20px 0; font-weight:lighter;}
.title em i{ display:inline-block; width:6px; height:24px; background:#333; border-radius:3px; vertical-align:top;animation: tptd 1.5s infinite;-webkit-animation: tptd 1.5s infinite;}
.title em i+i{ margin-left:11px;}
.title em i:nth-child(2){ height:32px; background:#d70d19;animation: tptd 1.8s infinite;-webkit-animation: tptd 1.8s infinite;}
.title em i:nth-child(3){ background:#333;animation: tptd 2s infinite;-webkit-animation: tptd 2s infinite;}
@keyframes tptd{
  0%{transform: translateY(0);}
  50%{transform: translateY(5px);}
  100%{transform: translateY(0);}
}
.hovermaincolor a:hover{ color:#d70d19;}

/*抬头*/
.htop{ width:100%; height:50px; background:#333;}
.htop p.fl{ height:50px; line-height:50px; font-size:14px; color:#fff; line-height:50px;}
.htop p.fl span{ padding-left:20px;}
.htop p.fr span{ padding:0 23px; display:inline-block; border-left:1px solid #404040;}
.htop p.fr span a{ display:inline-block; font-size:14px; color:#fff;line-height:50px; padding-left:27px;}
.htop p.fr span:nth-child(1) a{ background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105164624_1663627778.png) no-repeat left center;}
.htop p.fr span:nth-child(2) a{ background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105164624_602385876.png) no-repeat left center;}
.htop p.fr span:nth-child(3) a{ background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105164624_166868200.png) no-repeat left center;}
.htop p.fr em{ font-size:22px; color:#fff; font-family:DIN; font-weight:bold; vertical-align:sub;}
.htop p.fr a:hover{ color:#fff;}

.header{ border-top:1px solid #404040;  background:#333; height:120px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.hright,.hright nav ul,.hlogo{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.hsecond{ height:120px; padding:0 0 0 0.3%;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.hleft,.nav>ul,.hright{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;}
.hline{ width:1px; height:58px; background:#e7e7e7; margin:0 15px;}
.hmean{ font-size:15px; color:#fff; padding-left:4px;}
.hmean b{ display:block; font-size:25px; color:#fff;}
.hmean b i{ font-size:45px; color:#0365c8; font-family: Din; display:inline-block; vertical-align:sub; line-height:45px;}
.nav ul li{ position:relative; margin-right:60px;}
.nav ul li:nth-child(8){margin-right:25px;}
.nav ul li>a{ display:block; font-size:16px; color:#fff; line-height:98px; position:relative;}
.nav ul li>a:after{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; width:21px; height:18px; transition:all .3s ease; transform:scale(0); bottom:12px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105171111_957624570.png) no-repeat center;} 
.nav ul li.cur>a:after,.nav ul li:hover>a:after{ transform:scale(1);}
.nav ul li.cur>a,.nav ul li:hover>a{color:#d70d19; font-weight:bold;}
.nav>ul>li .dropmenu{width:200%;position:absolute;top:108px;left:-50%;z-index: 99;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;}
.nav>ul>li:hover .dropmenu{transform: perspective(600px) rotateX(0deg);transition:600ms ease;cursor:pointer; }
.nav>ul>li .dropmenu a{font-size: 14px;display:block;line-height:40px;text-align:center;color:#fff;background:rgba(0,0,0,.8);transition:600ms ease; margin-top:1px;}
.nav>ul>li .dropmenu a:hover{background:#d70d19;}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block;}

@media screen and (max-width:1870px){
	.nav ul li{ margin-right:30px;}
	}
@media screen and (max-width:1650px){
	.nav ul li{ margin-right:30px;}
	.nav ul li>a{ font-size:14px;}
	.nav{ padding-left:80px;}
	}
@media screen and (max-width:1550px){
	.nav ul li{ margin-right:20px;}
	.nav ul li>a{ font-size:14px;}
	.nav{ padding-left:70px;}
	}
@media screen and (max-width:1500px){
	.nav ul li{ margin-right:20px;}
	.nav ul li>a{ font-size:14px;}
	.nav{ padding-left:70px;}
	}
@media screen and (max-width:1465px){
	.nav ul li{ margin-right:15px;}
	.nav ul li>a{ font-size:14px;}
	.nav{ padding-left:50px;}
	}
@media screen and (max-width:1400px){
	.nav ul li{ margin-right:10px;}
	.nav ul li>a{ font-size:13px;}
	.nav{ padding-left:30px;}
	.hmean b{ font-size:18px;}
	.hmean b i{ font-size:30px;}
	.hmean{ font-size:14px;}
	}
@media screen and (max-width:1380px){
	.nav ul li{ margin-right:10px;}
	.nav ul li>a{ font-size:13px;}
	.nav{ padding-left:20px;}
	.hmean b{ font-size:18px;}
	.hmean b i{ font-size:30px;}
	.hmean{ font-size:14px;}
	}
	@media screen and (max-width:1335px){
	.nav ul li{ margin-right:10px;}
	.nav ul li>a{ font-size:13px;}
	.nav{ padding-left:20px;}
	.hmean b{ font-size:18px;}
	.hmean b i{ font-size:30px;}
	.hmean{ font-size:14px;}
	}

@media screen and (max-width:1300px){
	.nav ul li{ margin-right:10px;}
	.nav ul li>a{ font-size:13px;}
    .hmean b{ font-size:15px;}
    .hmean b i{ font-size:30px;}
	.hmean{ font-size:14px;}
	}
	
@media screen and (max-width:1270px){
	.nav ul li{ margin-right:10px;}
	.nav ul li>a{ font-size:13px;}
    .hmean b{ font-size:15px;}
    .hmean b i{ font-size:30px;}
	.hmean{ font-size:14px;}
	}
.iser_box{background: rgba(255,255,255,0.8); position: absolute;top: 100%;right: 0;padding: 30px; transform-origin: top; transform: rotateX(90deg);transition: all 0.5s;z-index: 9;}
.search_l{display:flex;align-items:center;justify-content:end;width:595px;}
.search_l span+span{margin-left:10px;}
.search_l a{color: #666;font-size: 14px;}
.search_r{margin-top:15px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width:228px;}
.itel_box p{padding-left:25px;color:#333;position:relative;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'arial';font-size:26px;font-weight: bold;color:#0f7404;margin-top:10px;}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1;}
.banner-box{ min-width:1300px; height:660px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:660px; background-position: center; background-repeat: no-repeat; background-color: #000}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:270px; left: 0; margin-left: 0; height: 370px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105174509_1929153146.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105174509_1929153146.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #d70d19;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/*搜索*/
.search{ height:80px; border-bottom: 1px solid #eee; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105174509_375527024.jpg) no-repeat center;}
.keyword,.keyword a{ line-height:80px; font-size:14px; color:#555;}
.keyword span,.keyword a:hover{ color:#d70d19;}
.seaphone span{ display:block; padding-left:30px; font-size:14px; color:#fff; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105174509_852163227.png) no-repeat left center;}
.seaphone b{ font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#fff;}
.seaphone{ margin:18px 0 0 19px;}
.search_bg input{ display:inline-block; vertical-align:top;}
#soo{ background:#d70d19; border-right: 1px solid #fff;}
#infoname{ height:80px; box-sizing:content-box; border:none; border-left:1px solid #e9e9e9; padding-left:65px; width:95px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105174509_1188043727.png) no-repeat left center;}

/*产品展示*/
.product_t{ height:1000px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105191330_1121084524.jpg) center no-repeat; padding-top:50px;}
.sort_bg table tr:nth-child(2) {display: none;}
#tab1 {overflow:hidden; width:1400px; margin:0 auto; height:55px; margin-top:30px;}
#tab1 li{float:left; color:#888; height:55px; line-height:55px; cursor:pointer; width:141px; font-size:18px; text-align: center; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105185358_380006545.png) no-repeat center; margin-right:16.3px;}
#tab1 li:nth-child(9){margin-right:0px;}
#tab1 li a{color:#fff; font-size:16px;}
#tab1 li.current1{color:#fff; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105185358_1620525066.png) no-repeat center; width:141px; height:55px; line-height:55px;}
#tab1 li.current1 a{color:#fff; font-size:16px;}
#content1{width:1400px; margin:0 auto; position:relative; height:800px;}
#content1 ul{display:none; position: absolute; height:800px;}
#content1 ul:nth-child(1){display:block;}
#content1 .sort_bg a{font-size:15px; color:#888888;}
#content1 .sort_bg a:hover{font-size:15px; color:#d70d19;}
.prod_dd{margin-top:10px;}
.prod_dd table td{ display:block; float:left; width:335px !important; height:310px !important; padding:18px !important; border:1px #e6e6e6 solid; margin-left:20px; margin-top:20px;background: #f5f5f5;}
.prod_dd table td:first-child{margin-left:0px;}
.prod_dd table td img{width:295px;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.prod_dd table td span a{font-size:16px; color:#222; text-align:left;display:block; line-height:50px; margin-top:10px;}
.prod_dd table td span a:hover{ color:#d70d19;}
.prod_dd table td span a:after{content:"+MORE"; display:block; float:right; margin:12px 2px 0 0;width:74px;font-size:14px; height:28px; line-height:28px; color:#fff; text-align:center;background:#666;}
.prod_dd table td:hover span a:after{background:#d70d19;}
.prod_dd table td br{display:none;}
.prod_dd table td>a{display: block; width:295px; height:222px; overflow: hidden;}

/*优势*/
.adv_bg{height:850px;background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105195030_1229001191.jpg)no-repeat center; padding-top:50px;}
.adv li{width:330px;height:562px;float:left;position: relative;background: #000;transition: all 0.3s;cursor: pointer;overflow: hidden;}
.adv li:before,.adv li:after{content:"";display: block;width:40px;height:40px;background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105192559_791224644.png)no-repeat;position: absolute;transition: all 0.3s;}
.adv li:before{top: -40px;left: -40px;}
.adv li:hover:before{top:25px;left: 25px;}
.adv li:after{bottom: -40px;right: -40px;transform: rotate(180deg);}
.adv li:hover:after{bottom: 25px;right:25px;}
.adv li *{display: block;}
.adv li+li{margin-left: 25px;}
.adv_li_img{opacity: 0.5;}
.adv li:hover .adv_li_img{opacity: 0.2;}
.adv_li_title,.adv_li_text{position: absolute;z-index: 2;}
.adv_li_title{width: 100%;top:190px;text-align: center;transition:all 0.3s;}
.adv li:hover .adv_li_title{top:95px;}
.adv_li_title t{width:66px;height:66px;margin: auto;border:1px #ccc solid;border-radius: 100%;}
.adv_li_title t:before{content:'';display: block;width:30px;height:30px;margin: 17px auto 0;background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211105/20211105194708_236133126.png)no-repeat;}
.adv li:nth-child(2) .adv_li_title t:before{ width:35px;height:35px; background-position: -31px 0;}
.adv li:nth-child(3) .adv_li_title t:before{ width:35px;height:35px; background-position: -65px 0;}
.adv li:nth-child(4) .adv_li_title t:before{ width:35px;height:35px; background-position: -98px 0;}
.adv li:hover .adv_li_title t{border:1px #fff solid;}
.adv_li_title b{margin-top: 150px;font-size: 26px;color:#fff;transition: all 0.3s;}
.adv_li_title b:after{content:"";display: block;width:40px;height:2px;background: #999;margin:15px auto 20px;}
.adv li:hover .adv_li_title b:after{margin-top: 64px;background: #fff;}
.adv li:hover .adv_li_title b{margin-top: 25px;}
.adv_li_title p{font-size: 18px;color:#999;}
.adv li:hover .adv_li_title p{width: 100%;position: absolute;top: 138px;left: 50%;transform: translate(-50%);}
.adv_li_text{width: 275px;left: 50%;transform: translate(-50%);top:650px;text-align: center;font-size: 15px;color:#e5e5e5;line-height: 32px;transition:all 0.3s;}
.adv li:hover .adv_li_text{top:307px;}

/*博达 • 合作客户*/
.cooperate{ height:704px; padding-top:50px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106173123_353061025.jpg) no-repeat center;}
.cooptitle{ text-align:center; font-size:40px; color:#222; padding:60px 0 50px 0;}
.cooptitle span{ display:block; font-size:18px; color:#666666; margin-top:8px;}
.hzkhtitle{ text-align:center; font-size:40px; color:#fff;}
.hzkhtitle b i{ color:#fff;}
.hzkhtitle span{ display:block; font-size:18px; color:#fff; margin:10px 0 20px 0; font-weight:lighter;}
.hzkhtitle em i{ display:inline-block; width:6px; height:24px; background:#fff; border-radius:3px; vertical-align:top;animation: tptd 1.5s infinite;-webkit-animation: tptd 1.5s infinite;}
.hzkhtitle em i+i{ margin-left:11px;}
.hzkhtitle em i:nth-child(2){ height:32px; background:#fff;animation: tptd 1.8s infinite;-webkit-animation: tptd 1.8s infinite;}
.hzkhtitle em i:nth-child(3){ background:#fff;animation: tptd 2s infinite;-webkit-animation: tptd 2s infinite;}

.witness{ width: 1400px; margin: 0 auto; padding-top:30px;}
.witness .divdgweb_new_div_item{ float:left; width:685px; height:230px;  background-color: rgba(255, 255, 255, 0.9); border-radius:10px; transition:all .3s ease;}
.witness .divdgweb_new_div_item+.divdgweb_new_div_item{ margin-left:30px;}
.witness .divdgweb_new_div_item_content{ padding:30px;}
.witness .divdgweb_new_div_item_a{ font-size:26px; color:#222222; display:block; position:relative; transition:all .3s ease;}
.witness .divdgweb_new_div_item_title:after{ content:''; display:block; width:28px; height:3px; background:#333; margin:13px 0;}
.witness .divdgweb_new_div_item_body{ font-size:16px; color:#999; line-height:35px;}
.witness .divdgweb_new_div_item_a:after{ content:'+'; display:block; position:absolute; width:16px; height:16px; background:#d70d19; line-height:16px; font-size:14px; color:#fff; left:0; top:160px; text-align:center;}
.witness .divdgweb_new_div_item:hover{ box-shadow:0 0 10px #aeccea;}
.witness .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{ color:#d70d19;}
.hzkk{overflow:hidden; margin:15px auto;}
.hzkk table,.hzkk tbody,.hzkk tr{ display:block; width:100%;}
.hzkk td{ display:inline-block; width:272px; height:185px; padding:5px !important; margin-right:10px; position:relative; border:1px solid #dddddd;}
.hzkk td a{ display:block; position:relative; overflow:hidden;}
.hzkk td a img{ width:100%; height:auto; transition:all .6s ease;}
.hzkk td:hover a img{ transform:scale(1.1);}
.hzkk td br{ display:none;}
.hzkk td div{ padding:0 !important; position:absolute; left:0; bottom:5px; right:0; margin:0 auto; width:calc(100% - 10px); height:50px;}
.hzkk td div a{ background:rgba(0,0,0,.7); line-height:50px; font-size:15px; font-weight:lighter; color:#fff; transition:all .3s ease; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.hzkk td:hover div a{background:rgba(215,13,25,.7);}

.inContent {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about { background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106141435_234080278.jpg) center top no-repeat; width: 100%; overflow: hidden; height: 800px;}
.about .aboutBox { height: 800px; padding-top: 15px;}
.about .aboutBox .title { text-align: left; position: relative; left: 632px;}
.about .aboutPic { float: right; width: 566px; height: 566px; background-color: rgba(255, 255, 255, 0.3); margin-right: 0px; position: relative; top: 95px; padding: 33px; border-radius: 100%;}
.about .aboutPic .pic { position: relative; display: block; width: 500px; height: 500px; border: solid 20px #d70d19; overflow: hidden; border-radius: 100%; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.about .aboutPic .pic img { display: block; position: absolute; width: 460px; height: 460px; object-fit: cover; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.about .aboutPic .pic:hover img { -webkit-transform: scale(1.05) rotate(0); -moz-transform: scale(1.05) rotate(0); -o-transform: scale(1.05) rotate(0); transform: scale(1.05) rotate(0);}
.about .aboutText { float: left; width: 760px;}
.about .aboutText .tit { margin-top:60px;}
.about .aboutText .tit h4 { text-transform: uppercase; opacity: 0.3; font-family: Arial; font-size: 90px; line-height: 68px; color: #ffffff; font-weight: bold;}
.about .aboutText .tit h5 { font-size: 26px; margin-top: 50px; font-weight: bold; line-height: 1; color: #ffffff;}
.about .aboutText .tit h5:after { content: ""; display: inline-block; vertical-align: middle; position: relative; margin-left: 10px; top: -2px; width: 209px; height: 9px; background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106141434_1422290475.png) 0 center no-repeat;}
.about .aboutText .tit h5 a { font-size: 26px; color: #ffffff;font-weight: normal;}
.about .aboutText .text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; line-height: 42px; width:760px; height: 168px; text-align: justify; font-size: 14px; margin-top: 30px; color: #ffffff; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; text-indent:50px;}
.honor { width: 846px; margin-top: 30px;}
.honor .honorTab { height: 60px;}
.honor .honorTab:after { content: ""; display: block; clear: both; font-size: 0; line-height: 0;}
.honor .honorTab a { display: block; float: left; height: 60px; color: #fff; line-height: 1;}
.honor .honorTab a i { display: block; float: left; width: 60px; height: 60px; background-color: #fff; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; border-radius: 50%; overflow: hidden;}
.honor .honorTab a i:before,.honor .honorTab a i:after { content: ""; display: block; width: 100%; height: 100%; position: relative; top: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
}
.honor .honorTab a i.ico1:before,.honor .honorTab a i.ico1:after { background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106141434_113594491.png) center center no-repeat;}
.honor .honorTab a i.ico2:before,.honor .honorTab a i.ico2:after { background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106141434_1200135411.png) center center no-repeat;}
.honor .honorTab a i.ico3:before,.honor .honorTab a i.ico3:after { background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106141435_1077792311.png) center center no-repeat;}
.honor .honorTab a .cn { display: block; padding-left: 75px; padding-top: 15px; font-size: 15px;}
.honor .honorTab a .en { text-transform: uppercase; display: block; padding-left: 75px; font-family: Arial; font-size: 12px; margin-top: 10px; opacity: 0.5;}
.honor .honorTab a:hover i,.honor .honorTab a.on i { background: #fff;}
.honor .honorTab a:hover i:before,.honor .honorTab a.on i:before,.honor .honorTab a:hover i:after,.honor .honorTab a.on i:after { top: -100%;}
.honor .honorTab a:hover,.honor .honorTab a.on {color: #fff;}
.honor .honorTab a:hover em,.honor .honorTab a.on em { background: #fff;}
.honor .honorTab a:hover i:before,.honor .honorTab a.on i:before,.honor .honorTab a:hover i:after,.honor .honorTab a.on i:after { top: -100%;}
.honor .honorTab ul li { float: left; margin-right: 90px; position: relative;}
.honor .honorTab ul li:before { content: ""; display: block; position: absolute; right: -45px; top: 15px; width: 1px; height: 33px; background-color: #ffffff; opacity: 0.3;}
.honor .honorTab ul li.on a i:before,.honor .honorTab ul li.on a i:after { top: -100%;}
.honor .honorTabs { position: relative; overflow: hidden; height: 194px; margin-top: 36px;}
.honor .honorTabs .honorImg { position: relative; height: 194px; width: 846px;}
.honor .honorTabs .honorImg .bd { overflow: hidden; width: 880px; height: 194px;}
.honor .honorTabs .honorImg .bd ul { margin-right: -40px;}
.honor .honorTabs .honorImg .bd ul:after { content: ""; display: block; clear: both; font-size: 0; line-height: 0;}
.honor .honorTabs .honorImg .bd ul li { float: left; width: 220px; margin-right: 48px; height: 194px;}
.honor .honorTabs .honorImg .bd ul li .pic { display: block; width: 100%; height: 87%; border-radius: 15px; border: solid 1px rgba(255, 255, 255, 0.4); padding: 4px; -webkit-transition: all 0.45s ease-out; transition: all 0.45s ease-out;}
.honor .honorTabs .honorImg .bd ul li .pic i { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; border-radius: 10px;}
.honor .honorTabs .honorImg .bd ul li .pic img { display: block; position: absolute; width: 100%; height: 100%; object-fit: contain; left: 0; right: 0; top: 0; bottom: 0; margin: auto; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.honor .honorTabs .honorImg .bd ul li:hover .pic { border-color: #fff;}
.honor .honorTabs .honorImg .bd ul li .bt { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 34px; height: 34px; color: #fff; position: relative; padding-right: 62px; padding-left: 10px;}
.honor .honorTabs .honorImg .bd ul li .bt:hover { -webkit-transform: translateX(5px); transform: translateX(5px);}
.honor .honorTabs .honorImg .bd ul li .bt:before { content: ""; display: block; position: absolute; right: 10px; top: 50%; width: 52px; height: 1px; background-color: #ffffff;}
.honor .honorTabs .honorImg .honor-prev { position: absolute; right: 0; bottom: 16px; width: 44px; height: 40px; border-radius: 0 0 5px 5px; background: #fff url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106141435_244317034.png) center center no-repeat; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; cursor: pointer;}
.honor .honorTabs .honorImg .honor-prev:hover { opacity: 0.7; filter: alpha(opacity=70);}
.honor .honorTabs .honorImg .honor-next { position: absolute; right: 0; bottom: 56px; width: 44px; height: 40px; border-radius: 5px 5px 0 0; background: #d70d19 url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106141435_1991191028.png) center center no-repeat; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; cursor: pointer;}
.honor .honorTabs .honorImg .honor-next:hover { opacity: 0.7; filter: alpha(opacity=70);}

/*新闻*/
.news_bg{ width:100%; min-width:1400px;  background: url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106150458_1689255382.jpg) center top no-repeat; height: 845px;}
.news{width:1400px;margin:0 auto;}
.news_fl{width:12%;height:565px;background: linear-gradient(to bottom,#888,#000,#888);}
.news_fl li{height:33.333%;text-align: center;position:relative;transition: all 0.3s;}
.news_fl li:after{display:block;content:"";width:80%;height:1px;background: #444;margin: 0 auto;position: relative;bottom: 0px;transition: 0.3s ease all;}
.news_fl li:last-child:after,.news_fl li.on:after{background: none;}
.news_fl li.on{background: #d70d19;position: relative;}
.news_fl li.on:before{display:block;content:"";width: 0;height: 0;border-top: 16px solid transparent;
border-bottom: 16px solid transparent;border-left: 18px solid #d70d19;position:absolute;top: 4vw;
right: -18px;}
.news_fl li a{display:block;height: 100%;}
.news_fl li p{padding-top:23%;font-size:20px;color:#fff;transition: 0.3s ease all;font-weight: bold;}
.news_fl li p:before{display:block;content: "";width:55px;height:55px;background: 
url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106145414_1498599965.png)no-repeat center #d70d19;border-radius:50%;margin: 0 auto;margin-bottom: 5px;transition: 0.3s ease all;}
.news_fl li:nth-child(1) p:before{background-position: 0px 0px;}
.news_fl li:nth-child(2) p:before{background-position: -55px 0px;}
.news_fl li:nth-child(3) p:before{background-position: -109px 0px;}
.news_fl li:nth-child(1).on p:before{background-position:0px -55px;}
.news_fl li:nth-child(2).on p:before{background-position:-55px -55px;}
.news_fl li:nth-child(3).on p:before{background-position:-109px -53px;}
.news_fl li.on p:before{background-color: #fff;}
.news_fl li span{display:block;font-size: 14px;color: rgba(255, 255, 255, 0.5);    line-height: 30px;}

.news_fr{width:85% !important;}
.news_fr ul{width:104% !important;}
.news_div_item{width:30.7%;height:565px;float:left;background:#f2f2f2;position: relative;}
.news_div_item+.news_div_item{margin-left:2%;}
.news_div_item img{width:100%;border:1px solid #eee;}
.news_div_item_content,.news_div_item_date{position: absolute;top:17vw;width: 100%;}
.news_div_item_content .news_div_item_title a{font-size:1vw;color:#333;display: block;padding:5px 30px;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;position: absolute;height: 12vw;width: 100%;z-index: 9;transition: 0.3s ease all;}
.news_div_item_body{margin-top:4vw;font-size:14px;color:#aaa;padding: 0 30px;line-height:1.6vw;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news_div_item_year,.news_div_item_day,.news_div_item_month{float:left;font-size:14px;color:#999;font-family: 'Arial';}
.news_div_item_date{top:375px;padding: 0 30px;}
.news_div_item:after{content:'查看更多';width:8vw;height:1.8vw;display:block;border-radius:5px;border:1px solid #e1e1e1;text-align:center;line-height:1.8vw;position: absolute;bottom: 30px;left: 30px;transition: 0.3s ease all; color:#888;}
.news_div_item:hover .news_div_item_title a{color:#d70d19;}
.news_div_item:hover:after{background:#d70d19;color:#fff;}

/*底部*/
.dbkdbjl{width:100%;padding:0% 5%; background:#333 url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153452_1490856025.png) center repeat; position:relative; min-width:1400px;}
.zbwndkl{ width:65%; height:610px;border-right:1px solid #585858; padding-top:50px;}
.sddlkd{ width:100%; padding-top:2%;}
.kslj{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:1.1vw; color:#fff;}
.kslj p:after{ content:''; display:block; width:36px; height:2px; background:#5d5d5d; transition:all .3s ease; margin:15px 0 25px 0;}
.kslj li:hover p:after{ width:72px; background:#fff;}
.kslj li a{ display:block; font-size:15px;color:#999; line-height:38px;}
.kslj li a:hover{ color:#fff;}
.kslj li{ margin-right:15%;}

.yngbkdb{ width:34%; padding-left:5%;padding-top:5%;}
.ywlxhfs{ font-size:40px; color:#fff; font-family:Arial, Helvetica, sans-serif;}
.lxwmwzn{ font-size:28px; color:#fff; line-height:64px; padding-left:8px; font-weight:lighter;}
.craddr{ margin:22px 0px 0px 6px;}
.craddr p{ font-size:16px; line-height:56px;color:#afafaf; padding-left:40px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153452_1325213888.png) no-repeat left center;}
.craddr p:nth-child(1){ background-image:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153452_628514159.png);}
.craddr p:nth-child(2){ background-image:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153452_1325213888.png);}
.craddr p:nth-child(3){ background-image:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153452_1325213888.png);}
.craddr b{ font-size:26px; color:#fff; font-family:Arial, Helvetica, sans-serif; padding-top:10px; font-weight:400;}

.crcode{ margin-top:36px; margin-left:8px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.crcodecon{ width:153px; height:153px; padding:9px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153739_387654598.png) no-repeat center;}
.crcodecon img{ width:135px; height:135px;}
.crtab p{ cursor:pointer; width:41px; height:41px; border-radius:5px; border:1px solid #555;margin-right:36px;background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153739_429974486.png) no-repeat center;}
.crtab p:nth-child(2){ background-image:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153739_167851417.png);}
.crtab p:nth-child(3){ background-image:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106153739_582836818.png);}
.crtab p.on{ background-color:#555;}
.crtab p+p{ margin-top:15px;}

.xtzdxk{ width:100%; height:100px; }
.dhgbwzl{ font-size:15px; color:#979899; line-height:40px; margin-top:85px;}
.dhgbwzl a{font-size:15px; color:#979899;}
.dhgbwzl a:hover{ font-size:15px; color:#fff; }

.links{ color:#fff; background:#d70d19;}
.links .w1400{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; height:85px;}
.links .w1400>p{ font-size:16px; color:#fff; font-weight:bold; padding-left:35px; background:url(//memberpic.114my.cn/0466931/uploadfile/image/20211106/20211106161349_1930476142.png) no-repeat left center; line-height:26px;}
.links .w1400>p span{ font-size:18px; padding:0 20px 0 5px;}